home *** CD-ROM | disk | FTP | other *** search
/ Easy Fishing / Easy Fishing.iso / pc / catalog / demos / 091 / b.dir / Internal_23.ls < prev    next >
Encoding:
Text File  |  1996-12-18  |  161 b   |  13 lines

  1. on mouseDown
  2.   if hButtonAction01() then
  3.     mouseUp()
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   cursor(4)
  9.   hAddBookmark()
  10.   hCheckCurrentFrameLabel()
  11.   play frame "help"
  12. end
  13.